home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1179 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. Date: Fri, 29 Jul 94 23:33 CDT
  2. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  3. To: gem-list@world.std.com
  4. Subject: Re:  Amodal Dialogs
  5. Precedence: bulk
  6.  
  7. ========================================================================
  8. Everything would be just dandy if something weren't preventing these
  9. WM_TOPPED messages from being sent.  Other messages seem to get sent just
  10. fine, and the problem clears up if I click anywhere outside of the window
  11. in question... until I press a button again.
  12. ========================================================================
  13.  
  14. Its a bug in the AES.  I get it too.  Sometimes, I just get clicks with
  15. background windows instead of a top.  I get it in TOSWIN alot, which is
  16. when I have lots of windows open, so that could be part of it.  I just
  17. jam the mouse into the menu bar and then click (since I usually have 
  18. window everywhere, and the menu bar is the only place uncovered!)
  19.  
  20. Your solution .. you said you were simulating mouse events.  How did
  21. you do this.  I wanna see how much it changes the code I posted previously.
  22. Since the code I posted allowed some pretty radical behavior (the use
  23. of the other mouse buttons during a drag!) and I don't want to lose
  24. that flexibility.  In fact, I don't want to call any graf_ functions
  25. or anything else that creates a mode.  I want to flow everything though
  26. evnt_multi() with an optimized binding (no stack usage, etc) and doll
  27. out the events to other objects from there.
  28.  
  29.